home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1996 September & October
/
Amiga-CD 1996 #9-10.iso
/
aminet
/
9-96
/
lha-archive
/
opal24_020.lha
/
OpalVision
/
Prefs
/
Switcher.keys
< prev
next >
Wrap
Text File
|
1994-09-03
|
7KB
|
324 lines
// $VER: Switcher.Keys 1.0 (29.03.93)
// This is the keyboard definitions for OpalSwitcher.
// By Martin Boyd, Opal Technology.
Section MainMenu // Main Menu commands
// These command will be executed during the switcher startup.
StartUp ProgS1 // Set program source to #1
StartUp PresS1 // Set preset source to #1
Amiga q Quit
Help Help
Shift Help About
Amiga p Preferences
Amiga s SourcePrefs
Amiga d DirectoryPrefs
Amiga r ColourPrefs //or ColorPrefs
Amiga g GeneralPrefs
Amiga w WBProgs
Amiga W WBProgList
Amiga o OpalPaint
Amiga O RemoveOpalPaint
Amiga c OpalCG
Amiga C RemoveOpalCG
Amiga e FXEdit
Amiga E RemoveFXEdit
Amiga f FramegrabMenu
Amiga F FramegrabMenu
Amiga k Keyer
Amiga K KeyerMenu
Amiga t ChromaCTRL
Amiga b GradientMenu
Amiga l BalanceMenu
Amiga z AVPrefs
Amiga n EffectByName
Amiga m EditMode
Amiga i Iconise //or Iconize
Alt o ToggleOverscan //Overscan screen
Alt a ToggleAFV //Audio follows video
Alt g ToggleGPI //GPI Trigger
Alt e ExecuteGraphic
Alt E FreeGraphic
Alt s SaveGraphic
Alt f FramestoreList
Alt c CGPageList
Alt p OpalPaintPageList
Return Take
Space DoEffect
Esc Abort
KeyPad0 DoAudio
KeyPad. DoVideo
- DecreaseFXSpeed
= IncreaseFXSpeed
, Fast
. Medium
/ Slow
< SetFastSpeed
> SetMediumSpeed
? SetSlowSpeed
UpArrow EffectAbove
DownArrow EffectBelow
LeftArrow EffectLeft
RightArrow EffectRight
Shift UpArrow CategoryAbove
Shift DownArrow CategoryBelow
// ARexx
Amiga a ARexxMenu
Amiga A ARexxCommandMenu
// Events Keys.
KeyPad* DoEvent
KeyPad- EventDown
KeyPad+ EventUp
Enter RecordEvent
Shift KeyPad- FirstEvent
Shift KeyPad+ LastEvent
Amiga v PerformEvents
Amiga V EventList
// Program source control
q ProgS1
w ProgS2
e ProgS3
r ProgS4
t ProgS5
y ProgS6
u ProgS7
i ProgS8
o ProgS9
p ProgS10
// Preset source control
a PresS1
s PresS2
d PresS3
f PresS4
g PresS5
h PresS6
j PresS7
k PresS8
l PresS9
; PresS10
// Preview source control
z PrevS1
x PrevS2
c PrevS3
v PrevS4
b PrevS5
n PrevS6
m PrevS7
// Audio Control
//
// Key commands can be used to set the audio mixer and equaliser levels
// to absolute positions, or to move them by a set amount.
// The range of the mixer levels is 0 to 65535 (0=off 65535=full).
// The range of the equaliser levels is -32768 to 32767 (+/- dB).
//
// To set an absolute mixer level, the command token starts with either
// 'AudioPres' or 'AudioProg' depending on whether you wish to set the
// preset or program buses, followed by the slider number (1 to 5).
//e.g. To set Preset level 1 to fully on, use:
// AudioPres1Level 65535
//
// To move an audio level by a relative amount, add 'Move' to the begining
//of the token.
// e.g. To move the program level 2 by 10%, use
// MoveAudioProg1Level 6554
//
// The output levels are simply called 'RightLevel' and 'LeftLevel', to modify
//both the left and right output levels at the same time, use 'Output',
// e.g.
// AudioPresLeftLevel 0
// AudioPresOutputLevel 65535
// MoveAudioPresOutput 6554
//
// The equaliser levels are set in a similar manner, the names for
//each slider are the same as appears on the switcher screen.
//i.e. 60,200,800,3000,12000
//Examples:
// PresEQ200 0 // Set preset equaliser setting for 200Hz to 0.
// MoveProgEQ800 -3277 // Move program eq setting for 800Hz down by 10%
// Preset Audio levels.
1 AudioPresSource1 //Set Audio source 1 to full. 2..4=0
2 AudioPresSource2
3 AudioPresSource3
4 AudioPresSource4
5 AudioPresSource5
Shift 1 AudioPres1Level 65535
Shift 2 AudioPres2Level 65535
Shift 3 AudioPres3Level 65535
Shift 4 AudioPres4Level 65535
Shift 5 AudioPres5Level 65535
Amiga 1 AudioPres1Level 0
Amiga 2 AudioPres2Level 0
Amiga 3 AudioPres3Level 0
Amiga 4 AudioPres4Level 0
Amiga 5 AudioPres5Level 0
Alt 1 MoveAudioPres1Level 5120
Alt 2 MoveAudioPres2Level 5120
Alt 3 MoveAudioPres3Level 5120
Alt 4 MoveAudioPres4Level 5120
Alt 5 MoveAudioPres5Level 5120
Alt Shift 1 MoveAudioPres1Level -5120
Alt Shift 2 MoveAudioPres2Level -5120
Alt Shift 3 MoveAudioPres3Level -5120
Alt Shift 4 MoveAudioPres4Level -5120
Alt Shift 5 MoveAudioPres5Level -5120
shift = AudioPresRightLevel 65535
shift - AudioPresLeftLevel 65535
Amiga = AudioPresRightLevel 0
Amiga - AudioPresLeftLevel 0
Alt = MoveAudioPresRight 5120
Alt - MoveAudioPresLeft 5120
Alt Shift = MoveAudioPresRight -5120
Alt Shift - MoveAudioPresLeft -5120
shift \ AudioPresOutputLevel 65535
Amiga \ AudioPresOutputLevel 0
Alt \ MoveAudioPresOutput 5120
Alt Shift \ MoveAudioPresOutput -5120
// Program Audio levels.
6 AudioProgSource1
7 AudioProgSource2
8 AudioProgSource3
9 AudioProgSource4
0 AudioProgSource5
Shift 6 AudioProg1Level 65535
Shift 7 AudioProg2Level 65535
Shift 8 AudioProg3Level 65535
Shift 9 AudioProg4Level 65535
Shift 0 AudioProg5Level 65535
Amiga 6 AudioProg1Level 0
Amiga 7 AudioProg2Level 0
Amiga 8 AudioProg3Level 0
Amiga 9 AudioProg4Level 0
Amiga 0 AudioProg5Level 0
Alt 6 MoveAudioProg1Level 5120
Alt 7 MoveAudioProg2Level 5120
Alt 8 MoveAudioProg3Level 5120
Alt 9 MoveAudioProg4Level 5120
Alt 0 MoveAudioProg5Level 5120
Alt Shift 6 MoveAudioProg1Level -5120
Alt Shift 7 MoveAudioProg2Level -5120
Alt Shift 8 MoveAudioProg3Level -5120
Alt Shift 9 MoveAudioProg4Level -5120
Alt Shift 0 MoveAudioProg5Level -5120
// ARexx commands. NOTE: These should not be changed.
Amiga F1 ARexxMacro 1
Amiga F2 ARexxMacro 2
Amiga F3 ARexxMacro 3
Amiga F4 ARexxMacro 4
Amiga F5 ARexxMacro 5
Amiga F6 ARexxMacro 6
Amiga F7 ARexxMacro 7
Amiga F8 ARexxMacro 8
Amiga F9 ARexxMacro 9
Amiga F10 ARexxMacro 10
Alt F1 ARexxMacro 11
Alt F2 ARexxMacro 12
Alt F3 ARexxMacro 13
Alt F4 ARexxMacro 14
Alt F5 ARexxMacro 15
Alt F6 ARexxMacro 16
Alt F7 ARexxMacro 17
Alt F8 ARexxMacro 18
Alt F9 ARexxMacro 19
Alt F10 ARexxMacro 20
Control F1 ARexxMacro 21
Control F2 ARexxMacro 22
Control F3 ARexxMacro 23
Control F4 ARexxMacro 24
Control F5 ARexxMacro 25
Control F6 ARexxMacro 26
Control F7 ARexxMacro 27
Control F8 ARexxMacro 28
Control F9 ARexxMacro 29
Control F10 ARexxMacro 30
Section EditMenu
Amiga q Quit
Help Help
UpArrow EffectAbove
DownArrow EffectBelow
LeftArrow EffectLeft
RightArrow EffectRight
Shift UpArrow CategoryAbove
Shift DownArrow CategoryBelow
m MakeEffect
Del DeleteEffect
r RenameEffect
M MakeCategory
shift Del DeleteCategory
R RenameCategory
Amiga e FXEdit
Amiga n EffectByName
Amiga m Exit
Section GeneralMenus
y Okay
o Okay
Return Okay
Enter Okay
q Cancel
c Cancel
n Cancel
ESC Cancel
Help Help